projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5525fa3
)
(widget-image-directory): Change default image data
author
Juri Linkov
<juri@jurta.org>
Sun, 11 May 2008 20:29:41 +0000
(20:29 +0000)
committer
Juri Linkov
<juri@jurta.org>
Sun, 11 May 2008 20:29:41 +0000
(20:29 +0000)
subdirectory from "custom" to "images/custom".
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 09c3255546aafdbd89d5139d69fbe9b74e74f487..d8b6887e69913670175ec2623e0fc0ec55246ce6 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-599,7
+599,7
@@
respectively."
;;; Images.
(defcustom widget-image-directory (file-name-as-directory
- (expand-file-name "custom" data-directory))
+ (expand-file-name "
images/
custom" data-directory))
"Where widget button images are located.
If this variable is nil, widget will try to locate the directory
automatically."